remove comma from string python column

61

remove comma from string python column -

df['x']=df['x'].str.replace(',','')

Comments

Submit
0 Comments